home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 34
/
CD Expert nº 34.iso
/
Kyodai Mahjonng
/
_SETUP.1
/
kyodai3.exe
/
0
/
RCDATA
/
TCONFIGU
/
TCONFIGU.txt
Wrap
Text File
|
1997-12-01
|
1KB
|
55 lines
object Configu: TConfigu
Left = 305
Top = 258
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Enter your name'
ClientHeight = 73
ClientWidth = 172
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 12
Width = 65
Height = 16
AutoSize = False
Caption = 'Your name'
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object PlayerName: TEdit
Left = 80
Top = 8
Width = 81
Height = 25
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = []
MaxLength = 8
ParentFont = False
TabOrder = 0
Text = 'Player1'
OnChange = PlayerNameChange
end
object Button1: TButton
Left = 56
Top = 40
Width = 57
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end